home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / compress / rkive10.zip / README.TXT next >
Text File  |  1996-08-09  |  3KB  |  97 lines

  1.        *************************************************************
  2.        **************    ===RKIVE file archiver===    **************
  3.        *************************************************************
  4.             
  5.             Copyright (c)1996 Malcolm Taylor All Rights Reserved
  6.  
  7.  
  8.       RKIVE is a high performance shareware file archiver which uses many 
  9.    of the latest techniques to gain a high level of compression while
  10.    maintaining a reasonable decompression speed.
  11.  
  12.    This is version 1.0. Released on 9th August 1996.
  13.  
  14.  
  15. * Requirements:
  16.  
  17.    This program will run on any 386 computer with at least 600K free 
  18.    extended memory. However for the highest compression mode up to 2.5M
  19.    free extended memory is required.
  20.  
  21.  
  22. * Shareware info:
  23.  
  24.    If you find this program useful then please register it by sending
  25.    US$20 to the address given below.
  26.  
  27.  
  28. * Legal info:
  29.  
  30.    The Author takes no responsibility for any damages resulting from the
  31.    use or misuse of this program.
  32.    USE THIS PROGRAM AT YOUR OWN RISK.
  33.  
  34.    This software is distributed as Shareware and is Copyright (c) 1996
  35.    Malcolm Taylor, all rights reserved.
  36.  
  37.  
  38.    Having said this if you have any problems then please feel free to 
  39.    contact me at the e-mail address below.
  40.  
  41.  
  42. * Misc:
  43.  
  44.    My plans for this compression code includes static and dynamic link
  45.    libraries of the compression routines. I may also write a Windows
  46.    version of the archiver.
  47.    If you want any info on this then contact me.
  48.  
  49.  
  50. * Usage:
  51.  
  52.    The usage of the archiver is fairly self explanatory:
  53.  
  54.       rkive [options] filename[.rkv] files ... @list
  55.  
  56.    The options are:
  57.       -c         to compress (defaults to this if no options given).
  58.       -x         to expand.
  59.       -v         to view.
  60.       -s[0,n,e]  sets the sorting method to:
  61.                      0 - no sorting.
  62.                      n - sort by name.
  63.                      e - sort by extension (default).
  64.       -m[0..7]   sets the compression mode (see below).
  65.  
  66.    After the options come the archive filename and then the list of files
  67.    for the given operation. A file containing a list of files to compress
  68.    can also be used by prefixing the lists filename with '@'.
  69.  
  70.    The compression modes range from 0 as the fastest to 7 as the maximum 
  71.    with 4 as the default.
  72.    Mode 7 takes a long time to compress, often over 5 minutes per megabyte
  73.    (on a 486DX2-66), so is only recommended when maximum compression is 
  74.    required.
  75.  
  76.    An example of usage:
  77.  
  78.       rkive -m6 files *.txt *.exe @list
  79.  
  80.    This will compress all *.txt, *.exe and the files listed in the file
  81.    'list' to the archive file files.rkv using compression mode 6.
  82.  
  83.  
  84. * Contact info:
  85.  
  86.    You can contact me if you have any advice, comments or requests for
  87.    info via the Internet at:
  88.       malcolm@manawatu.gen.nz
  89.  
  90.    My snail mail address is:
  91.       Malcolm Taylor
  92.       19 Koromiko Road
  93.       Wanganui
  94.       New Zealand
  95.  
  96.  
  97.